home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
log
/
main.mcp
next >
Wrap
Text File
|
1999-07-12
|
4KB
|
150 lines
; Define labels for pens (optional)
PEN #0 Grey
PEN #1 Black
PEN #2 White
PEN #3 Blue
PEN #4 DGrey
PEN #5 LGrey
PEN #6 Beige
PEN #7 LBlue
PEN #8 Yellow
PEN #9 Red
PEN #10 LGreen
PEN #11 DGreen
PEN #12 Orange
PEN #13 Cyan
PEN #14 Brown
PEN #15 Beige
; SpaceAroundWindow X Y , SpaceAroundGroup X Y
; SpaceAroundObject X Y , LineThickness X Y
SAW 2 1 ; 0 0
SAG 3 2 ; 5 3 3 2
SAO 2 1 ; 2 1
LTX 2 1 ; 2 1
; FONT "Fontname.font" FontSize Label
FONT "Topaz.font" 8 ButtonFont
FONT "Topaz.font" 8 TextFont
FONT "Ruby.font" 15 BigFont
FONT "Roman3.font" 28 BigFont2
FONT "Helvetish3.font" 23 ClockFont
; IFF "path/picture.iff" Label
IFF "mcp:iff/amiga_c.iff" AmigaIcon
;IFF "mcp:iff/amiga_cc.iff" BigIcon
;IFF "mcp:iff/ctest.iff" Test
IFF "mcp:iff/boing.iff" Boing
; default size of strings and buttons in characters
DEFAULTSIZE 10
WINDOWCOLOR grey
WINDOWTITLE "Main Paul.Spijkerman@ddimedia.com"
; DEFAULTPROG "Ced %n %s" ;%n=port number, %s=prog name
SAVEWINDOWPOS
; WINDOWPOS 20 20
VGROUP
HGROUP BORDERUP BCOLOR lgrey
PICTURE AmigaIcon RUN "sndevent -p 10" BORDERDOWN
TEXT "My AMIGA" SIZE 1 BigFont2 BOLD BCOLOR lgrey ;ITALIC
PICTURE boing RUN "sndevent -p 10" BorderDown
; PICTURE test RUN "sndevent -p 10" BorderDown
ENDGROUP
HGROUP BORDERUP BCOLOR lgrey
BUTTON "Quit" run "mcp:stop" BCOLOR yellow ;QUIT
BUTTON "System" run "mcp system" BCOLOR red
BUTTON "test" run "mcp test" BCOLOR lgreen
BUTTON "test" run "mcp test2" BCOLOR dgreen
; TEXT "12:23" CLOCK SIZE 5 Font BORDERDOWN BCOLOR dgrey
CLOCK "12:23" Font BORDERDOWN BCOLOR dgrey
ANIM
ENDGROUP
HGROUP
VGROUP BORDER
BUTTON "Internet" RUN "mcp internet" BCOLOR lblue
BUTTON "Projects" RUN "mcp projects" BCOLOR lblue
BUTTON "Tools" RUN "mcp tools" BCOLOR lblue
BUTTON "Games" RUN "mcp games" BCOLOR lblue
BUTTON "Sound" RUN "mcp sound" BCOLOR lblue
BUTTON "Text" RUN "mcp text" BCOLOR lblue
BUTTON "Other" RUN "mcp other" BCOLOR lblue
ENDGROUP
VGROUP BORDERDOWN BCOLOR dgrey
TEXT "Games" BCOLOR dgrey
BUTTON "Game1" RUN "dh1:games/game1" BCOLOR lblue
BUTTON "Game2" RUN "dh1:games/game1" BCOLOR lblue
BUTTON "Game3" RUN "dh1:games/game1" BCOLOR lblue
ENDGROUP
VGROUP BORDERDOWN BCOLOR dgrey
TEXT "Utils" BCOLOR dgrey
BUTTON "Dirwork" RUN "DM2" BCOLOR lblue
; BUTTON "Edit" RUN "CED" BCOLOR lblue
BUTTON "Edit" RUN "mcp SecureEd" BCOLOR lblue
BUTTON "ARTM" RUN "ARTM" BCOLOR lblue FCOLOR white
ENDGROUP
; VGROUP ; BORDERDOWN BCOLOR dgrey
; VOID SOLID WIDTH 220 HEIGHT 200
; ENDGROUP
; LINE VERTICAL
; LINE HORIZONTAL
; VGROUP BORDERUP
; TEXT "Projects" BORDERINV BCOLOR grey FCOLOR white
; BUTTON "1" RUN "dh1:utils/DirWork" BCOLOR lblue
; BUTTON "2" RUN "dh1:utils/Editor" BCOLOR lblue
; BUTTON "3" RUN "dh1:utils/ARTM" BCOLOR lblue
; ENDGROUP
VGROUP BORDERUP BCOLOR lgrey
TEXT "Internet" BORDERDOWN BCOLOR dgrey
BUTTON "Online" RUN "rx mcp:rexx/miamiOnline.rexx" BCOLOR blue
BUTTON "Offline" RUN "rx mcp:rexx/miamiOffline.rexx" BCOLOR blue
BUTTON "Mail" RUN "yam:yam" BCOLOR lblue
BUTTON "Browser" RUN "dh2:inet/ibrowse/ibrowse" BCOLOR lblue
BUTTON "IRC" RUN "dh2:inet/irc/amirc" BCOLOR lblue
BUTTON "ICQ" RUN "dh2:inet/stricq/stricq" BCOLOR beige STACK 16000
ENDGROUP
ENDGROUP
HGROUP BORDERUP BCOLOR lgrey
TEXT "Dos command" BCOLOR lgrey
DOSCOMMAND size 30
ENDGROUP
ENDGROUP